summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2022-09-22 21:51:56 +0200
committerGitHub <noreply@github.com>2022-09-22 21:51:56 +0200
commitdb88eaa346f32f0c42bb38981e61af180ded3bcb (patch)
tree8902ab0dcce0e2595a891159b250a747b165122f
parentMerge pull request #8849 from Morph1984/parallel-astc (diff)
downloadyuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.tar
yuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.tar.gz
yuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.tar.bz2
yuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.tar.lz
yuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.tar.xz
yuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.tar.zst
yuzu-db88eaa346f32f0c42bb38981e61af180ded3bcb.zip
-rw-r--r--src/dedicated_room/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dedicated_room/CMakeLists.txt b/src/dedicated_room/CMakeLists.txt
index 1efdbc1f7..2d9731f19 100644
--- a/src/dedicated_room/CMakeLists.txt
+++ b/src/dedicated_room/CMakeLists.txt
@@ -23,5 +23,5 @@ endif()
target_link_libraries(yuzu-room PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
if(UNIX AND NOT APPLE)
- install(TARGETS yuzu-room RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
+ install(TARGETS yuzu-room)
endif()